Release 10.1A: OpenEdge Development:
Progress 4GL Reference
LIST-EVENTS function
Returns a comma-separated list of the valid events for a specified object or widget.
Note: Does not apply to SpeedScript programming.Syntax
widget-handleA handle to a valid object or widget. The function returns a list of the events that are valid for that object or widget.
platformA character-string value that specifies a display type. Valid values are GUI and TTY. Some events are valid only on certain platforms. If you omit the
Exampleplatformparameter, Progress uses the platform for the current session.The following example uses the LIST-EVENTS function to populate a selection list with all the valid events for a widget. When you run this procedure, type ? at any time to see a list of valid events for the widget that currently has focus.
See also
LAST-EVENT system handle, LIST-QUERY-ATTRS function, LIST-SET-ATTRS function, LIST-WIDGETS function, VALID-EVENT function
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |